Error: User 'pepemoreopen' has exceeded the 'max_questions' resource (current value: 40000)
Error No: 1226
SELECT tr.tax_class_id, SUM(tr.rate) AS rate, tr.description, tr.priority FROM tax_rate tr LEFT JOIN zone_to_geo_zone z2gz ON (tr.geo_zone_id = z2gz.geo_zone_id) LEFT JOIN geo_zone gz ON (tr.geo_zone_id = gz.geo_zone_id) WHERE (z2gz.country_id = '0' OR z2gz.country_id = '195') AND (z2gz.zone_id = '0' OR z2gz.zone_id = '2971') GROUP BY tr.priority ORDER BY tr.priority ASC